* {
  margin: 0;
  padding: 0;
  /* color: #333; */
}
@media screen and (min-width: 800px) {
  html {
    min-width: 1200px;
    min-height: 1200px;
  }
}
@media screen and (max-width: 1300px) {
  .bar_head.new .company_display {
    display: none !important;
  }
}
html {
  font-family: '微软雅黑', 'Regular';
}
body {
  font-size: 12px;
  width: 100%;
  /* height: 100%; */
}
.bar_head {
  font-size: 12px;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  /* display: block; */
}
.dis_none {
  display: none;
}
.clear_after::after {
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}
.before {
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}
.before_left {
  content: '';
  height: 0;
  visibility: hidden;
  clear: left;
  display: block;
}
/* header */
.bar_head {
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'STHeiti', 'WenQuanYi Micro Hei', Helvetica, Arial, sans-serif;
  font-weight: normal;
  width: 100%;
  height: 60px;
  background: #fff;
  min-width: 1200px;
  transition: top 0.7s;
  box-shadow: 0px 1px 3px rgba(26, 26, 26, 0.08);
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 11;
}
.bar_head input:-webkit-autofill {
  /* background-color:#f4f4f4' !important; */
  -webkit-box-shadow: 0 0 0px 50px #f4f4f4 inset;
}
.bar_fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
.bar_hide {
  top: -60px;
}
.bar_head .bar_box {
  width: 100%;
  padding: 0 20px;
  min-width: 1200px;
  max-width: 1640px;
  box-sizing: border-box;
  margin: 0 auto;
}
/* hd_ipt */
.bar_head .bar_box .dis_no {
  display: none;
}
.bar_box .hd_ipt {
  margin: 0 auto;
  width: 280px;
}
.bar_box .hd_ipt .list {
  width: 230px;
  background-color: #fff;
  /*margin: 0 auto;*/
  text-align: left;
  padding: 0 10px;
}
.bar_box .hd_ipt .list p {
  height: 40px;
  line-height: 40px;
  color: #ccc;
}
.bar_box .hd_ipt .list li {
  height: 30px;
  line-height: 30px;
}
.bar_box .hd_ipt .list li a {
  font-size: 12px;
  color: #444;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bar_head .logo_box {
  float: left;
  margin-top: 16px;
  /*margin-right:40px;*/
}
.bar_head .logo_box .logo {
  vertical-align: bottom;
}
.bar_head .logo_box a {
  display: inline-block;
}
.bar_head .bar_list {
  margin: 0 auto;
  height: 60px;
  display: inline-block;
}
.bar_head .bar_list > li {
  color: #242424;
  font-size: 14px;
  float: left;
  height: 60px;
  line-height: 60px;
  margin: 0 3px;
  text-decoration: none;
  /* transition: margin .7s; */
  padding: 0 20px;
}
/* .bar_head .bar_list>li.bot{ border-bottom: 2px solid #ffa200; margin-top: 2px ; } */
.bar_head .bar_list li.active > a {
  color: #ffa200 !important;
}
.bar_head .bar_list > li:hover > a {
  color: #ffa200 !important;
}
.bar_head .bar_list > li a {
  font-size: 14px;
  color: #242424;
}
.bar_head .bar_list > li a img {
  width: 11px;
}
/* more */
.bar_head .bar_list li .more {
  color: #242424;
  text-align: left;
  min-width: 55px;
  height: 60px;
  line-height: 60px;
  display: block;
  margin: 0;
  padding: 0;
  background: url(../img/down.png) no-repeat 32px center;
}
.bar_head .bar_list li .more_list {
  margin-left: -15px;
  display: none;
  margin-right: -50px;
  position: absolute;
  z-index: 22 ;
  left: 0;
  top: 60px;
  border-top: 2px solid transparent;
  width: 111px;
  /*height:192px;*/
  /*background:rgba(255,255,255,1);*/
  box-shadow: 2px 3px 5px 0px rgba(227, 227, 227, 0.75);
  border-radius: 5px;
}
.bar_head .bar_list li .more_list li {
  text-align: center;
  background: #fff;
  font-size: 14px;
  font-family: PingFang-SC-Bold;
  /*font-weight:bold;*/
  /*color:rgba(131,130,130,.3);*/
  line-height: 14px;
  padding: 13px 0;
}
.bar_head .bar_list li .more_list li:first-child {
  border-radius: 3px 3px 0px 0px;
}
.bar_head .bar_list li .more_list li:last-child {
  border-radius: 0px 0px 3px 3px;
}
.bar_head .bar_list li .more_list li:hover {
  /* background:#f6f6f6; */
}
.bar_head .bar_list li .more_list li a {
  /*color: #242424;*/
  color: #838282;
}
.bar_head .bar_list li .more_list li a:hover {
  color: #ffa200;
  text-decoration: none;
}
.bar_head .bar_list li.serve_hint {
  padding: 0 20px;
  margin: 0;
  position: relative;
}
.bar_head .bar_list li.serve_hint span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #ffa200;
  position: absolute;
  top: 20px;
  right: 14px;
}
/* film_box */
.bar_head .bar_list li {
  position: relative;
}
.bar_head .bar_list li .film_list {
  position: absolute;
  left: -8px;
  line-height: 0;
  text-align: left;
  top: 55px;
  /*background-color: #fff;*/
  border-top: 2px solid transparent;
}
.bar_head .bar_list li .film_list > span {
  display: inline-block;
  height: 2px;
  line-height: 2px;
  width: 60px;
  background: transparent;
  margin-left: 12px;
}
.film_catergory {
  height: 70px;
}
.bar_head .bar_list li .film_box {
  width: 667px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 2px 3px 5px 0px rgba(227, 227, 227, 0.75);
}
.bar_head .bar_list li .film_box ul {
  width: 100%;
}
.bar_head .bar_list li .film_box .film_title {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 10px;
  width: auto;
}
.bar_head .bar_list li .film_box .film_title a li {
  float: left;
  height: 48px;
  line-height: 48px;
  margin-left: 29px;
  margin-right: 5px;
}
.bar_head .bar_list li .film_box .film_title li p {
  display: relative;
  color: #666;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  padding-right: 15px;
  background: url(../img/arrow_r.png) no-repeat center right;
  background-size: 6px 12px;
}
.bar_head .bar_list li .film_box .film_title li.active p {
  color: #ffa200;
}
.bar_head .bar_list li .film_box .film_title li p span {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #ffa200;
  position: absolute;
  top: 12px;
  right: 8px;
}
.bar_head .bar_list li .film_box .film_catergory {
  margin: 11px 0;
}
.bar_head .bar_list li .film_box .film_catergory li {
  float: left;
}
.bar_head .bar_list li .film_box .film_catergory li a {
  display: block;
  height: 14px;
  line-height: 14px;
  color: #666;
  font-size: 14px;
  padding: 0 27px;
  margin: 8px 0;
  border-right: 1px solid #e6e6e6;
}
.bar_head .bar_list li .film_box .film_catergory li:nth-child(8n) a {
  border-right: 0;
}
/* .bar_head .bar_list li .film_box .film_catergory li:nth-child(5) a{ border-right:0; } .bar_head .bar_list li .film_box .film_catergory li:nth-child(12) a{ border-right:0; } .bar_head .bar_list li .film_box .film_catergory li:nth-child(18) a{ border-right:0; } .bar_head .bar_list li .film_box .film_catergory li:nth-child(23) a{ border-right:0; } .bar_head .bar_list li .film_box .film_catergory li:nth-child(29) a{ border-right:0; } .bar_head .bar_list li .film_box .film_catergory li:nth-child(35) a{ border-right:0; } */
.bar_head .bar_list li .film_box .film_catergory li.active a {
  color: #ffa200;
}
.bar_head .bar_list li .film_box .film_catergory li:hover a {
  color: #ffa200;
}
.bar_head .bar_right {
  float: right;
}
.vip_img {
  height: 60px;
  float: left;
  margin-right: 40px;
  position: relative;
}
.vip_img img {
  margin-top: 17px;
}
/*embed{ height: 29px; }*/
.vip_img .cover_a {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 0;
  display: inline-block;
  width: 56px;
  height: 26px;
}
.bar_head .bar_right .serch_box {
  display: flex;
  align-items: center;
  float: left;
  line-height: 30px;
  height: 60px;
}
.bar_head .bar_right .inp_box {
  display: inline-block;
}
.bar_head .per_serch {
  margin: 0;
  padding: 0;
  margin-top: 17px;
  display: inline-block;
  width: 0;
  color: #242424;
  height: 28px;
  outline: none;
  border-radius: 14px;
  border: none;
  transition: width 0.7s;
  vertical-align: middle;
  margin-bottom: 10px;
  background: #f4f4f4;
}
.bar_head .per_serch::-webkit-input-placeholder {
  color: #999;
}
.bar_head .bar_right .serch_box a {
  display: inline-block;
  height: 18px;
  padding: 0 15px;
  /*margin-left:8px; padding-right: 5px; margin-top: 18px;*/
}
.bar_head .bar_right .serch_box .bar_serch {
  width: 16px;
  background: url(../img/search-sprites.png) -48px -49px;
}
.bar_head .bar_right .serch_box .bar_serch:hover {
  background: url(../img/search-sprites.png) -10px -49px;
}
.bar_head .bar_right .serch_box .up_video {
  width: 26px;
  background: url(../img/search-sprites.png) -56px -10px;
}
.bar_head .bar_right .serch_box .up_video:hover {
  background: url(../img/search-sprites.png) -10px -10px;
}
.bar_head .bar_serch {
  vertical-align: middle;
  display: inline-block;
  display: none;
  width: 16px;
  height: 18px;
  line-height: 60px;
  background: url(../img/barSerch.png) no-repeat 0 0;
}
.bar_head .bar_serch:hover {
  background: url(../img/bar_Serchs.png) no-repeat 0 0;
}
.bar_head .bar_right .user_box {
  line-height: 60px;
  height: 60px;
  float: left;
  margin-left: 10px;
}
.bar_head .bar_right .user_box > a {
  border: solid 1px #666;
  padding: 5px 10px;
  border-radius: 30px;
  line-height: 10px;
  font-size: 14px;
  color: #252525;
  white-space: nowrap;
}
.bar_head .bar_right .user_box a:hover {
  color: #ffa200 !important;
}
.bar_head .bar_right .jifen {
  width: 100px;
  line-height: initial;
  margin-top: 16px;
  float: left;
  margin-right: 20px;
}
.bar_head .bar_right .jifen a {
  display: inline-block;
  width: 20px;
  height: 26px;
  margin-left: 20px;
  background: url('/Public/img/top_footer/jifen.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.bar_head .bar_right .jifen span {
  margin-left: 5px;
  color: #ffa228;
  vertical-align: sub;
  font-size: 14px;
  float: initial;
  padding: 0;
}
.bar_head .bar_right .enter {
  /*border-right: 1px solid #d8d8d8;*/
  border: 0;
}
/* 登录 */
.bar_head .bar_right .user_head {
  margin: 12px 0 0 20px;
  position: relative;
}
.bar_head .bar_right .user_head a {
  padding: 0;
}
.bar_head .bar_right .user_head,
.bar_head .bar_right .user_head img {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 100%;
}
.bar_head .bar_right .user_head .menu_box {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -49px;
  padding-top: 40px;
  z-index: 22;
}
.bar_head .bar_right .user_head .message_i {
  display: block;
  background: url(../img/tips_icon.png) no-repeat -6px -311px;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 34px;
  right: 43px;
}
.bar_head .bar_right .user_head .menu_list {
  width: 98px;
  border: 1px solid #f1f1f1;
  border-top: 2px solid #ffa200;
  background-color: #fff;
  text-align: center;
}
.bar_head .bar_right .user_head .menu_list a {
  color: #8e8e8e;
  display: block;
  font-size: 14px;
  line-height: 40px;
}
.bar_head .bar_right .user_head .menu_list a:hover {
  background-color: #f1f1f1;
  color: #ffa200 !important;
}
@media screen and (min-width: 1900px) {
  .bar_head .bar_list > li {
    /*margin: 0 30px;*/
  }
}
@media screen and (min-width: 1800px) and (max-width: 1900px) {
  .bar_head.new ul.bar_list {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1740px) {
  .bar_head .bar_list > li {
    /* margin: 0 10px; */
    margin: 0 0;
  }
  .bar_head.new ul.bar_list > li {
    padding: 0 18px!important;
  }
  div.serve_hint {
    display: none!important;
  }
  .vip_img {
    margin-right: 0!important;
  }
  .bar_head.new .vip {
    margin-right: 5px!important;
  }
  .bar_head .bar_right .serch_box {
    padding-left: 10px;
  }
  .bar_head .bar_right {
    margin-right: 0;
  }
  .beta {
    right: -11px !important;
  }
}
.bar_head .bar_right .serch_box .infos {
  width: 26px;
  background-image: url(/Public/Index/img/i1.png);
  background-repeat: no-repeat;
  position: relative;
}
.serch_box .infos span {
  width: 20px;
  height: 13px;
  background-color: red;
  border-radius: 5px;
  font-size: 12px;
  line-height: 13px;
  color: #fff;
  position: absolute;
  top: -5px;
  right: 8px;
  text-align: center;
  padding: 0;
}
.beta {
  color: #fff;
  font-size: 12px;
  background: #ffa200;
  position: absolute;
  top: 16px;
  right: 4px;
  height: 14px;
  line-height: 12px;
  padding: 0 2px;
  border-radius: 5px;
  right: -11px;
}
div.serve_hint {
  color: #333;
  display: inline-block;
  padding: 0 10px;
  margin: 0;
  position: relative;
}
div.serve_hint span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #ffa200;
  position: absolute;
  top: 0;
  right: 4px;
}
.bar_head.new {
  text-align: left;
  z-index: 200;
}
.bar_head.new img {
  display: inline-block;
}
.bar_head.new ul.bar_list {
  margin-left: 60px;
}
.bar_head.new ul.bar_list li {
  /* padding: 0 35px; */
  margin: 0;
}
.bar_head.new ul.bar_list li ul {
  display: none;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 160px;
  left: 12px;
}
.bar_head.new ul.bar_list li ul li {
  background: #fff;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  /*height: 50px;*/
  line-height: normal;
}
.bar_head.new ul.bar_list li ul li a span {
  vertical-align: middle;
}
.bar_head.new ul.bar_list li ul li a img {
  width: 16px;
  vertical-align: middle;
  margin-left: 48px;
}
.bar_head.new ul.bar_list li ul li a:hover {
  color: #ffa228 !important;
}
.bar_head.new ul.bar_list li ul li p {
  text-align: left;
  margin-top: 10px;
}
.bar_head.new ul.bar_list li ul li p a {
  color: #666;
  font-size: 12px;
}
.bar_head.new ul.bar_list li ul li p a:first-child {
  margin-right: 18px;
}
.bar_head.new ul.bar_list li:hover ul {
  display: block;
}
.bar_head.new ul.bar_list li.tool ul {
  width: 100px;
}
.bar_head.new .vip {
  float: right;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin-right: 20px;
}
.bar_head.new .vip span {
  display: inline-block;
  width: 80px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}
.bar_head.new .vip span {
  color: #E8B447;
  border: 1px solid #E8B447;
  /*margin-right: 30px;*/
}
.bar_head.new .vip span:hover {
  color: #986104;
  background: linear-gradient(135deg, #f0c75d 0%, #dc9927 100%);
  border-radius: 20px;
}
.bar_head.new .bar_right .serch_box a,
.bar_head.new .bar_right .serch_box a:hover {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /*margin-top: 18px;*/
}
.bar_head.new .bar_right .serch_box .bar_serch {
  background-image: url('/Public/img/top_footer/icon_sousuo@2x.png');
  vertical-align: unset;
}
.bar_head.new .bar_right .serch_box .bar_serch:hover {
  background-image: url('/Public/img/top_footer/icon_sousuo_y@2x.png') !important;
}
.bar_head.new .bar_right .serch_box .up_video {
  background-image: url('/Public/img/top_footer/icon_shangchuan@2x.png');
}
.bar_head.new .bar_right .serch_box .up_video:hover {
  background-image: url('/Public/img/top_footer/icon_shangchuan_y@2x.png') !important;
}
.bar_head.new .bar_right .serch_box .infos {
  background-image: url('/Public/img/top_footer/icon_tongzhi@2x.png');
  border-right: solid 1px #eee;
  padding-right: 20px;
}
.bar_head.new .bar_right .serch_box .infos:hover {
  background-image: url('/Public/img/top_footer/icon_tongzhi_y@2x.png') !important;
}
.bar_head .none {
  display: none !important;
}
.log_box {
  display: none;
  z-index: 9999;
  position: absolute;
  right: 80px;
  top: 70px;
  padding-top: 20px;
  width: 240px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.log_box .line {
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  background: #ddd;
  width: 57px;
}
.log_box .circle {
  vertical-align: middle;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.log_box .box_title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  color: #333;
}
.log_box .qy {
  text-align: center;
  margin-top: 18px;
}
.log_box .qy img {
  height: 40px;
  vertical-align: middle;
}
.log_box .qy span {
  vertical-align: middle;
  margin-left: 15px;
  color: #666;
  font-size: 16px;
}
.log_box .login_btn {
  margin-top: 18px;
  padding: 14px 20px;
  border-top: 1px dashed #eee;
}
.log_box .login_btn .to_login {
  display: inline-block;
  width: 200px;
  background: #ffa228;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.layui-layer-btn .layui-layer-btn0 {
  background: #ffa228 !important;
  border-color: #ffa228 !important;
}
.updabt_img2 {
  height: 15px;
  line-height: 15px;
  width: 12px;
  float: right;
  margin-top: 8px;
  margin-right: 5px;
  background: url(/Public/Index/images/newhot.png) no-repeat;
}
.header_ai_tools {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1002;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
}
.header_ai_tools .cateList {
  width: 100%;
  background-color: #FAFAFA;
  display: flex;
}
.header_ai_tools .cateList .cate {
  flex: 1;
  display: flex;
  align-items: center;
  line-height: 45px;
}
.header_ai_tools .cateList .cate .icon,
.header_ai_tools .cateList .cate .icon img {
  width: 16px;
  height: 16px;
  display: block;
}
.header_ai_tools .cateList .cate span {
  padding-left: 4px;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.header_ai_tools .container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.header_ai_tools .container .toolList {
  width: 100%;
  display: flex;
}
.header_ai_tools .container .toolList .tr {
  flex: 1;
}
.header_ai_tools .container .toolList .tr a:hover {
  color: #FEA406;
}
.header_ai_tools .container .toolList .tr a {
  display: flex;
  align-items: center;
  color: #333;
  margin: 20px 0;
  font-size: 14px;
  position: relative;
  height: 17px;
}
.header_ai_tools .container .toolList .tr a img {
  padding-left: 4px;
  width: 30px;
  height: 17px;
}
.header_ai_tools .container .toolList .tr.app a:hover {
  color: #FEA406;
}
.header_ai_tools .container .toolList .tr.app a {
  color: #999;
}
.header_ai_tools .container .toolList .tr.app a span {
  font-size: 10px;
  background-color: #A69FA8;
  color: #fff;
  padding: 2px 5px;
  margin-left: 5px;
}


.fixedBar {
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 60px;
  z-index: 1001;
  border-radius: 5px;
}
.fixedBar .mainBar {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.fixedBar button:first-child {
  border-radius: 5px 5px 0 0;
}
.fixedBar button:last-child {
  border-radius: 0 0 5px 5px;
}
.fixedBar button:hover {
  background-color: #FFA228;
  border-color: #FFA228;
}
.fixedBar button:hover .icon img:first-child {
  display: none;
}
.fixedBar button:hover .icon img:last-of-type {
  display: inline-block;
}
.fixedBar button:hover span {
  color: #fff;
}
.fixedBar button:hover .humanOrder {
  display: block;
}
.fixedBar button:hover .fixedPopup {
  display: flex;
}
.fixedBar button {
  width: 60px;
  height: 65px;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: solid 1px #eee;
  background: none;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  outline: none;
}
.fixedBar button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fixedBar button .icon .top_notice {
  display: none;
  position: absolute;
  top: -5px;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #FE3406;
  color: #fff;
  border-radius: 10px;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}
.fixedBar button .icon img {
  width: 26px;
  height: 26px;
  margin-bottom: 5px;
}
.fixedBar button .icon img:last-of-type {
  display: none;
}
.fixedBar button span {
  font-size: 12px;
  color: #333;
}
.fixedBar button .fixedPopup {
  display: none;
  position: absolute;
  right: 75px;
  background-color: #fff;
  width: 210px;
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
}
.fixedBar button .fixedPopup img {
  width: 80px;
}
.fixedBar button .fixedPopup .contents {
  padding-left: 10px;
}
.fixedBar button .fixedPopup .contents .tit {
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.fixedBar button .fixedPopup .contents p {
  margin: 0;
  font-size: 12px;
  color: #999;
  text-align: left;
}
.fixedBar button .humanOrder {
  display: none;
  position: absolute;
  right: 60px;
  top: 0;
  padding-right: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: default;
}
.fixedBar button .humanOrder .inner {
  background-color: #fff;
  width: 280px;
  height: 350px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
.fixedBar button .humanOrder .inner .nomores {
  font-size: 16px;
  padding-top: 15px;
  color: #999;
}
.fixedBar button .humanOrder .inner .list::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.fixedBar button .humanOrder .inner .list::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.fixedBar button .humanOrder .inner .list {
  height: 285px;
  overflow-y: auto;
}
.fixedBar button .humanOrder .inner .list .or {
  border-bottom: solid 1px #eee;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 75px;
  position: relative;
}
.fixedBar button .humanOrder .inner .list .or .left {
  display: flex;
  flex-direction: column;
}
.fixedBar button .humanOrder .inner .list .or .left span {
  color: #333;
  text-align: left;
}
.fixedBar button .humanOrder .inner .list .or .left span:first-child {
  font-size: 14px;
  margin-bottom: 5px;
}
.fixedBar button .humanOrder .inner .list .or .left span:last-child {
  color: #999;
}
.fixedBar button .humanOrder .inner .list .or .right {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.fixedBar button .humanOrder .inner .list .or .right:hover {
  background-color: #f5f5f5;
}
.fixedBar button .humanOrder .inner a {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background-color: #FEA406;
  line-height: 35px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}
.fixedBar button .btn {
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fixedBar #totop {
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.headervip{display:flex;align-items:center;height:100%;position:relative;justify-content:center;cursor:pointer;padding-left:10px;margin-right:10px}
  .headervip a{height:24px;display:flex;align-items:center;}
  .headervip img{height:24px;display:block}
  .headervip .svip{position:absolute;top:12px;right:-5px;font-size:10px;height:15px;box-sizing:border-box;box-sizing:border-box;color:#fff;line-height:15px;white-space:nowrap}
  .bar_head.new .bar_right .serch_box a{box-sizing:content-box}